TabCycle Enumeration
Specifies how the consumer responds when the user presses the TAB key in the controls in a form. The behavior of the consumer depends on whether the form is bound to a data source.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration TabCycle
| Records | 0 |
If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form.
|
| Current | 1 |
If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form.
|
| Page | 2 |
If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order for the next form.
|
| None | 3 |
None.
|